home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts26-11
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Error message in Borland Turbo C++
- Date: Wed, 06 Mar 96 06:48:42 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4hjcg1$elu@sam.inforamp.net>
- References: <4hffp1$irs@muss.CIS.McMaster.CA>
- NNTP-Posting-Host: ts26-11.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4hffp1$irs@muss.CIS.McMaster.CA>,
- u9214652@muss.cis.McMaster.CA (S.R. Vaz) wrote:
- >Undefined symbol OwlMain(int, char far*far*) in library file
- >J:\BC4\LIB\owlwi.lib in module winmain
-
- As regular C/C++ start in the function main(...)
- As windows starts in the function winmain(...)
- Object Windows starts in the function OwlMain(...).
-
- If you include some source code, then I'll know better you to tell you to
- proceed.
-
- Agrivar
-